projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2020-06-21
Andrea Corallo
* src/comp.c (Fcomp__compile_ctxt_to_file): Confine...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
* Handle correctly pure delaration specifier.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
* Add a func-arity test for dynamic functions
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
Do not native compile two functions to allow cc-mode...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
Add a test for speed -1
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
Allow per function speed declaration
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
Execute top level forms in the right lex/dyn scope.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-21
Andrea Corallo
Add some testing for dynamic scope
commit
|
commitdiff
|
tree
|
snapshot
2020-06-19
Andrea Corallo
Add native compiler dynamic scope support
commit
|
commitdiff
|
tree
|
snapshot
2020-06-13
Andrea Corallo
* Implement 'maybe_gc_or_quit' to allow correct GC...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-13
Andrea Corallo
* Introduce latches
commit
|
commitdiff
|
tree
|
snapshot
2020-06-13
Andrea Corallo
Fix const qualifier warnings
commit
|
commitdiff
|
tree
|
snapshot
2020-06-13
Andrea Corallo
* src/alloc.c (cleanup_vector): Fix --enable-check...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Andrea Corallo
Merge remote-tracking branch 'savahnna/master' into...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Andrea Corallo
* Fix memory leak when native compiled function is...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Andrea Corallo
Fix recursive load for non cons hashed 'data_ephemeral_...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-11
Andrea Corallo
Remove `Vcomp_sym_subr_c_name_h'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Mattias Engdegård
; * lisp/faces.el (readable-foreground-color): Fix...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Mattias Engdegård
Improved light/dark colour predicate (bug#41544)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Michael Albinus
Futher tramp-crypt implementation and documentation
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Philipp Stephani
; * test/lisp/emacs-lisp/generator-tests.el: Checkdoc...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Philipp Stephani
Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Philipp Stephani
Allow destructuring in &aux sections when using edebug...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Andrea Corallo
* Remove unused 'helper_save_window_excursion'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Nicolás Bértolo
Copy suffixes passed to 'openp' to avoid GC crashes...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-10
Basil L. Contovounesios
; Simplify last change
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Simen Heggestøyl
Save project list as lisp data
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Alan Mackenzie
Orthographical amendments to commit 145aab0672ae259736e...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Nicolás Bértolo
* Fix usage of cl-destructuring-bind in package--delete...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-09
Michael Albinus
Continue implementation of tramp-crypt.el
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Juri Linkov
* lisp/simple.el (shell-command-on-region): Handle...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Andrea Corallo
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missin...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Andrea Corallo
Rename lambda_gc_guard -> lambda_gc_guard_h
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Andrea Corallo
* Fix load logic for the reloading CU case (bug#41754)
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Andrea Corallo
* Move final log after containers has been finalized
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Andrea Corallo
* src/pdumper.c (dump_do_dump_relocation): Fix 'lambda_...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Mattias Engdegård
More robust NS hex colour string parsing
commit
|
commitdiff
|
tree
|
snapshot
2020-06-08
Michael Albinus
Add autoload problem in tramp-crypt.el.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
Merge remote-tracking branch 'savannah/master' into dev
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Stefan Kangas
Use lexical-binding in lunar.el and add tests
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Glenn Morris
* test/lisp/net/tramp-tests.el: tramp-crypt-file-name...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
* Rename comp-function-optimizable -> comp-function...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
* Fix comp-call-optim-form-call for null `callee'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Glenn Morris
Merge from origin/emacs-27
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Basil L. Contovounesios
Fix typo in "(elisp) Type Keywords"
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Alan Mackenzie
* lisp/progmodes/js.el (js-mode): Remove second call...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
* Improve propagate pass
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Michael Albinus
Add file encryption to Tramp
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Michael Albinus
Tramp code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Mattias Engdegård
Use 65535 as color-values scale value in the NS backend
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Andrea Corallo
* Optimize optimizable variables
commit
|
commitdiff
|
tree
|
snapshot
2020-06-07
Tassilo Horn
Gnus nnir-summary-line-format has no effect
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Juri Linkov
The key prefix 'C-x t t' displays next command buffer...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
* Mitigate possible speed 3 miss-optimization
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
* Allow for optimizing anonymous lambdas in call-optim
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
* Clean-up unnecessary lisp_X context definition
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
Change 'direct-call' 'direct-callref' LIMPLE ops sematinc
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Nicolás Bértolo
Reduce the number of files probed when finding a lisp...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
Merge remote-tracking branch 'savannah/master' into...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Paul Eggert
make-text-button no longer modifies its string arg
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Eli Zaretskii
Improve documentation of 'window-text-pixel-size'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Eli Zaretskii
* src/xdisp.c (Fwindow_text_pixel_size): Doc fix. ...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Basil L. Contovounesios
Un-deprecate oset and oset-default
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Basil L. Contovounesios
Minor improvements to EDE and EIEIO manuals
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Andrea Corallo
Some fixes for --without-nativecomp config
commit
|
commitdiff
|
tree
|
snapshot
2020-06-06
Ellington Santos
Improve battery status display via GNU/Linux sysfs
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
João Távora
Have Fido mode also imitate Ido mode in ignore-case...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Basil L. Contovounesios
Update package-menu-quick-help
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Pip Cet
Avoid zero-width glyphs and the resulting cursor artifacts
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Eli Zaretskii
Improve documentation of 'sort-subr'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Andrii Kolomoiets
Update Ukrainian transliteration
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Eli Zaretskii
Fix Arabic shaping when eww/shr fill the text to be...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Paul Eggert
Streamline live_*_holding
commit
|
commitdiff
|
tree
|
snapshot
2020-06-05
Paul Eggert
Make live_*_p more accurate
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Basil L. Contovounesios
Fix some side-effecting uses of make-text-button
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Juri Linkov
* lisp/dired.el (dired-toggle-marks): Use region for...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Simen Heggestøyl
Change default project list filename to "projects"
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Simen Heggestøyl
Use characters for keys in project-switch-commands
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Simen Heggestøyl
; Small cleanup in project.el
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Stefan Monnier
* lisp/font-lock.el (font-lock--syntax-table-affects...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Andrea Corallo
* Fix build for --enable-check-lisp-object-type=yes...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Andrea Corallo
Merge remote-tracking branch 'savannah/master' into...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Mattias Engdegård
; * test/src/xfaces-tests.el (xfaces-color-distance...
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Paul Eggert
Don’t default to Valgrind unless ENABLE_CHECKING
commit
|
commitdiff
|
tree
|
snapshot
2020-06-04
Paul Eggert
Revert make-text-button string copy
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Paul Eggert
Fix make-text-button bug with string copy
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Andrea Corallo
* Introduce `comp-loop-insn-in-block'
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
João Távora
Ensure Jsonrpc processes are created in correct buffer
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Mattias Engdegård
Make color-distance symmetric and more accurate
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Basil L. Contovounesios
; Clean up recent project.el additions
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Pip Cet
Handle mid-gstring face changes
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Paul Eggert
Fix bug in recent byte-code checking hoist
commit
|
commitdiff
|
tree
|
snapshot
2020-06-03
Basil L. Contovounesios
Silence some byte-compiler warnings in tests
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Basil L. Contovounesios
* test/lisp/battery-tests.el: New file.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Pip Cet
Avoid losing composition state in handle_stop_backwards
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Nicolás Bértolo
Fix DLL imports of gccjit version functions.
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Dmitry Gutov
; NEWS updates
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Dmitry Gutov
Small cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-06-02
Dmitry Gutov
project-list-file: New user option
commit
|
commitdiff
|
tree
|
snapshot
next